Skip to content

Auto-update dependencies.#2782

Open
dpebot wants to merge 3 commits intomasterfrom
dpebot-repositorygardener
Open

Auto-update dependencies.#2782
dpebot wants to merge 3 commits intomasterfrom
dpebot-repositorygardener

Conversation

@dpebot
Copy link
Copy Markdown
Collaborator

@dpebot dpebot commented Apr 30, 2026

Brought to you by your friendly Repository Gardener.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates dependency versions across several modules, including Firebase BoM, AndroidX components, and Kotlin. The review feedback suggests utilizing the Version Catalog for hardcoded dependencies to improve maintainability and identifies a version mismatch for the Firebase BoM between the module files and the central catalog.


// Import the Firebase BoM (see: https://firebase.google.com/docs/android/learn-more#bom)
implementation(platform("com.google.firebase:firebase-bom:34.7.0"))
implementation(platform("com.google.firebase:firebase-bom:34.12.0"))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The Firebase BoM version 34.12.0 used here is inconsistent with the version 34.11.0 defined in gradle/libs.versions.toml. Please update the Version Catalog and use the libs.firebase.bom reference to maintain consistency across the project.

    implementation(platform(libs.firebase.bom))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment thread admob/app/build.gradle.kts
Comment thread firestore/app/build.gradle.kts
Comment thread messaging/app/build.gradle.kts
Comment thread messaging/app/build.gradle.kts
Comment thread internal/lint/build.gradle.kts
@dpebot dpebot force-pushed the dpebot-repositorygardener branch from 0495d77 to a5b6ace Compare May 1, 2026 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants